home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / audiovdd.zip / README.WIN < prev    next >
Text File  |  1993-01-01  |  3KB  |  68 lines

  1. Instructions for manually installing the Simulation Virtual Device Driver
  2. for Windows 3.1:
  3.  
  4. Prerequisites:
  5.  
  6. 1) You must have a 386 or 386SX or above PC
  7. 2) You must be using Windows 3.1 (3.0 will not work)
  8.  
  9.   The VDD will allow you to run most SoundBlaster and MPU-401/MT32 or LAPC
  10.   applications within a Windows DOS session.  Do NOT run the SVAUDIO.EXE.
  11.   The VDD will attempt to map the sounds requested by the application to
  12.   the nearest M-ACPA sound.  In most cases this is quite acceptable, but
  13.   in any case it will sound different.
  14.  
  15. /****************************************************************************/
  16.   Install Instructions if MME Extensions for the ACPA card is not installed:
  17. /****************************************************************************/
  18.  
  19. 1) Copy the IBMMPC.DSP file to the root of the C: drive
  20. 2) Copy the MINIDD.SYS file to the root of the C: drive
  21. 3) Update your C:\CONFIG.SYS to include:
  22.    device=MINIDD.SYS
  23. 4) Copy the SVAUDIO.386 file to the \SYSTEM sub directory of Windows
  24.    (ie \WINDOWS\SYSTEM or \WIN31\SYSTEM)
  25. 5) Copy the ACPA.DLL file to the \SYSTEM sub directory of Windows
  26. 6) Update the SYSTEM.INI file located at the Windows main directory
  27.    to include:
  28.      a) the following under  [drivers]
  29.                               wave=ibmmme.drv
  30.                               aux=ibmmme.drv
  31.                               midi=ibmmme.drv
  32.  
  33.      b) the following under   [386Enh]
  34.                               device=svaudio.386
  35.  
  36. 7) Bring up Windows and the VDD is activated!
  37.  
  38. /****************************************************************************/
  39.   Install Instructions if MME Extensions for the ACPA card is installed:
  40. /****************************************************************************/
  41.  
  42. 1) Copy the IBMMPC.DSP file to the root of the C: drive
  43. 2) Copy the MINIDD.SYS file to the root of the C: drive
  44. 3) Update your C:\CONFIG.SYS to include:
  45.    device=MINIDD.SYS
  46. 4) Comment out the device=ACPADD.SYS line in the config.sys while you are
  47.    using the SoundBlaster Virtual Device driver. The MIDIDD.SYS takes up
  48.    less memory that may be required by some games.
  49. 4) Copy the SVAUDIO.386 file to the \SYSTEM sub directory of Windows
  50.    (ie \WINDOWS\SYSTEM or \WIN31\SYSTEM)
  51. 5) Replace your copy of the ACPA.DLL file in the \SYSTEM sub directory of
  52.    Windows with the copy in this package.
  53.    Note: You may want to keep a backup copy of your original ACPA.DLL for when
  54.    you are not using the Simulation VDD since this level of ACPA.DLL is
  55.    not fully tested yet.
  56. 6) Make sure the SYSTEM.INI file located at the Windows main directory
  57.    has the following:
  58.      a) the following under  [drivers]
  59.                               wave=ibmmme.drv
  60.                               aux=ibmmme.drv
  61.                               midi=ibmmme.drv
  62.  
  63.      b) the following under   [386Enh]
  64.                               device=svaudio.386
  65.  
  66. 7) Bring up Windows and the VDD is activated!
  67.  
  68.